home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / telecom / tm421_4.zip / PHOENIX.SCR < prev    next >
Text File  |  1996-02-06  |  419b  |  21 lines

  1. ;
  2. ; PHOENIX.SCR is a log on script file for Phoenix BBS
  3. ;
  4.  
  5. string Name, Color
  6. Name = "first last"          ; put your name here
  7. Color = "Y"                  ; "Y"es or "N"o
  8.  
  9. SET AutoStop,On              ; stop script if carrier is lost
  10. Waitfor 0                    ; unlimited waiting time
  11.  
  12. Waitfor "ANSI Color Graphics [y/N]?"
  13. Put Color
  14.  
  15. Waitfor "first name"
  16. Put Name
  17.  
  18. Waitfor "password"
  19. Put "^&"
  20.  
  21.